.return-top{
  position: fixed;
  bottom: 20px;
  width: 42px;
  height: 42px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  background-position: -422px -208px;
}
.return-top:hover{
  background-position: -422px -256px;
}
